Skip to content

Release tracking - #1392

Merged
danielguillan merged 1 commit into
mainfrom
changeset-release/main
Jul 13, 2026
Merged

Release tracking#1392
danielguillan merged 1 commit into
mainfrom
changeset-release/main

Conversation

@primer

@primer primer Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@primer/brand-css@0.71.0

Minor Changes

  • #1370 93dcb13 Thanks @stefankp! - Added a new JSON-based color map export at /lib/design-tokens/json/colors.json, listing color tokens from @primer/brand-primitives.

@primer/brand-primitives@0.71.0

Minor Changes

  • #1370 93dcb13 Thanks @stefankp! - Added a new JSON-based color map export at /lib/design-tokens/json/colors.json, listing color tokens from @primer/brand-primitives.

@primer/react-brand@0.71.0

Minor Changes

  • #1370 93dcb13 Thanks @stefankp! - Added a new JSON-based color map export at /lib/design-tokens/json/colors.json, listing color tokens from @primer/brand-primitives.

Patch Changes

  • #1393 e9f572f Thanks @rezrah! - Reduced the spacing between the Card description and its link from 32px to 24px

  • #1389 caae8a6 Thanks @danielguillan! - Updates compact Tiles density so narrow viewports shows four items per row with smaller icons, while medium (tablet) show six items per row.

  • #1393 e9f572f Thanks @rezrah! - Updates to the RiverBreakoutTabs component:

    • Reduced the spacing above the tab list action on wide breakpoints from 16px to 12px
    • Reduced the gridline outer padding from 64px to 60px at the widest breakpoint
    • Added a 0.3s transition to the tab heading color
    • Fixed a shadow-border issue on hovered tab indicators. It now fills the entire parent space using a negative offset.

@primer/brand-mcp@0.71.0

Patch Changes

  • #1395 42b27ee Thanks @rezrah! - Expanded the primer_brand_page_design guidance with clearer instructions on:

    • containing content within the gridline column
    • preserving typographic hierarchy
    • respecting icon color rules

@primer/brand-docs@0.71.0

@primer/brand-storybook@0.71.0

@primer/brand-e2e@0.71.0

@primer/brand-fonts@0.71.0

@primer/brand-config@0.71.0

@primer
primer Bot requested a review from a team as a code owner July 8, 2026 11:14
@github-actions

github-actions Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

❗ Pre-merge checklist

Please ensure these items are checked before merging.

✅ Preliminary checks

  • All CI checks pass on this pull request
  • Docs and Storybook previews open in a browser

🔌 Integration smoke tests

Dotcom

  • Performed successful integration test with github/github-ui, as a primary consumer of Primer Brand
    • Install RC: npm install @primer/react-brand@{RC_VERSION} -w @github-ui/swp-core
    • Run development server
    • Manually verify release-specific bugfixes and/or features on the following pages:
      • /home
      • /features/copilot
      • /features/copilot/plans
      • /features/copilot/tutorials
      • /features/preview
      • /enterprise
      • /enterprise/contact
      • /security/advanced-security
      • /education
      • /mobile
      • /about/diversity
      • /newsroom
      • /resources/articles
      • /resources/articles/software-development
      • /resources/articles/software-development/what-is-cloud-native
      • /resources/whitepapers
      • /resources/whitepapers/how-the-c-suite-can-lead-ai-innovation
      • /solutions
      • /solutions/use-case/
      • /solutions/use-case/devops
      • /contentful-lp-tests/flex-example-dark (requires a flag)
      • /contentful-lp-tests/flex-example-light (requires a flag)
    • Manually compare production site to local instance for any non-release specific regressions

Subdomain sites

  • Performed successful integration test with githubuniverse.com, as a Tier 1 consumer of Primer Brand outside of the monolith.

    • Run development server and verify no new console warnings or regressions are found
    • Run local build to verify the release compiles correctly
    • Manually performed side-by-side comparison with production
  • Performed successful integration test with https://resources.github.com/, as a Tier 1 consumer of Primer Brand outside of the monolith.

    • Run development server and verify no new console warnings or regressions are found
    • Run local build to verify the release compiles correctly
    • Manually performed side-by-side comparison with production

Sandboxes

  • Works in CodeSandbox or StackBlitz
    • New components render successfully
    • (optional) Tested in both SPA and SSR apps if release contains build changes

🤔 Cross-check (aka sanity test)

  • Release notes accurately describe the changes made
  • All bugfixes in this release have resolved their corresponding issues
  • The issues for reverted PRs have been re-opened and commented on with a link to the reverted PR
  • No noticeable regressions or side-effects have not been introduced as a result of changes in this release.
    • If they have, determine severity of the issue and consider hotfixing

After tests

  • Add report summary of your findings, including any images. Use following template as a guide:

    #### Smoke test results
    
    - Feature 1 🟢 🟡 🔴 (choose one, depending on success levels)
    
      {insert screenshot}
    
    Release testing status: Ready to release 🟢 | Paused 🟡 🔴 (choose one and provide reason)

🚢 After merge

  • Issue release comms in primer brand Slack channel
  • Add the preview deployment's link to releases as a way of permalinking to old version's docs. Example

@github-actions

github-actions Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

🟢 No design token changes found

@github-actions

github-actions Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

🟢 Bundle size report

CheckMainBranchChange
UMD — full bundle (JS)101.33 kB101.33 kB🟢 No change
UMD — full bundle (CSS)66.82 kB66.82 kB🟢 No change
ESM — full bundle (JS + CSS)1.51 MB1.51 MB🟢 No change
ESM — tree-shaken simple (Button)69.82 kB69.82 kB🟢 No change
ESM — tree-shaken complex (ActionMenu)78.60 kB78.60 kB🟢 No change

@primer
primer Bot temporarily deployed to github-pages July 8, 2026 11:17 Inactive
@github-actions

github-actions Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

🟢 No unit test coverage changes found

All components and hooks with tests maintain the same coverage as the main branch.

@github-actions

github-actions Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

🟢 No visual differences found

Our visual comparison tests did not find any differences in the UI.

@primer
primer Bot force-pushed the changeset-release/main branch from 1102b23 to 07b74ae Compare July 9, 2026 10:13
@primer
primer Bot temporarily deployed to github-pages July 9, 2026 10:17 Inactive
@primer
primer Bot force-pushed the changeset-release/main branch from 07b74ae to 4aa833e Compare July 9, 2026 13:18
@primer
primer Bot temporarily deployed to github-pages July 9, 2026 13:24 Inactive
@primer
primer Bot force-pushed the changeset-release/main branch from 4aa833e to 719f204 Compare July 9, 2026 15:15
@primer
primer Bot temporarily deployed to github-pages July 9, 2026 15:19 Inactive
@danielguillan
danielguillan self-requested a review July 13, 2026 10:56
@danielguillan

Copy link
Copy Markdown
Collaborator

Smoke test results

JSON color map export 🟢

Verified JSON color map is correctly exported. RC export: https://app.unpkg.com/@primer/brand-primitives@0.71.0-rc.719f204c/files/lib/design-tokens/json/colors.json

RiverBreakoutTabs + Card layout adjustments 🟢

All the adjustments to RiverBreakoutTabs and Card render as expected.

Tiles density 🟢

Verified that Tiles component now correctly renders 4 items on small viewports with smaller icons and 6 on medium viewports.

Small Medium
screenshot-009033-2026-07-13@2x screenshot-009034-2026-07-13@2x

Verified

Release testing status: Ready to release 🟢

@danielguillan
danielguillan merged commit a3fc3f2 into main Jul 13, 2026
25 checks passed
@danielguillan
danielguillan deleted the changeset-release/main branch July 13, 2026 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant